Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 1 - Introduction to QuickDraw 3D / QuickDraw 3D Reference
QuickDraw 3D Routines / Managing Sets


Q3Set_Clear

You can use the Q3Set_Clear function to remove an element of a certain type from a set.

TQ3Status Q3Set_Clear (TQ3SetObject set, TQ3ElementType type);
set
A set object.
type
An element type.
DESCRIPTION
The Q3Set_Clear function removes the element whose type is specified by the type parameter from the set specified by the set parameter.

If the specified element type is a custom element type, Q3Set_Clear uses the custom type's kQ3MethodTypeElementDelete custom method. See the chapter "QuickDraw 3D Objects" for complete information on custom element types.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996